Size in the X direction.
Size in the Z direction.
Defines the grid mapping to X data range.
Defines the grid mapping to Y data range.
NonUniformGridDataSeries3D<TAllPoints> Constructor
Initializes a new instance of the NonUniformGridDataSeries3D<TAllPoints> class.
Syntax
public NonUniformGridDataSeries3D<TAllPoints>( 
   int xSize,
   int zSize,
   Func<int,TAllPoints> xMapping,
   Func<int,TAllPoints> zMapping
)

Parameters

xSize
Size in the X direction.
zSize
Size in the Z direction.
xMapping
Defines the grid mapping to X data range.
zMapping
Defines the grid mapping to Y data range.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also